home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TSCRIPTLOGFORM / TSCRIPTLOGFORM.txt
Text File  |  2004-01-05  |  606b  |  28 lines

  1. object ScriptLogForm: TScriptLogForm
  2.   Left = 288
  3.   Top = 182
  4.   Width = 508
  5.   Height = 327
  6.   BorderIcons = [biMinimize]
  7.   Caption = 'VSInterp Log Window'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LogPopup: TPopupMenu
  20.     Left = 8
  21.     Top = 8
  22.     object Changebuffersize1: TMenuItem
  23.       Caption = 'Change buffer size'
  24.       OnClick = Changebuffersize1Click
  25.     end
  26.   end
  27. end
  28.